home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.compilers / comp.sys.amiga.programmer_6664_000025.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  2.7 KB  |  63 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!pipex!howland.reston.ans.net!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Best editor and SAS/C
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <CLxw0w.GCC@unx.sas.com>
  8. Date: Mon, 28 Feb 1994 14:53:18 GMT
  9. References: <2kn28a$8t3@hermes.unt.edu> <24773.1206.uupcb@nezuld.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 50
  13.  
  14.  
  15. In article <24773.1206.uupcb@nezuld.com>, bob.tomasevich@nezuld.com (Bob Tomasevich)  writes:
  16. |> JBW> I have CygnusEd3.5 - but it gives an Enforcer hit
  17. |> JBW> when I start it and load/save files.  
  18. |> 
  19. |> Change the stack size to the minimum mentioned in the CygnusEd
  20. |> 3.5 manual, which is, if I remember right, 8192.  You'll also
  21. |> have to change the SAS icon used for text files to this stack
  22. |> size.  The same thing happened to me on my A4000/040.
  23. |> 
  24. |> I use CygnusEd all the time for programming and other stuff.
  25.  
  26. BTW, a quick and easy way to change all your text icons:
  27.  
  28.    1. Change the icons in SC:ICONS that refer to SE
  29.       (DEF_C.INFO, DEF_H.INFO, DEF_A.INFO, DEF_CXX.INFO,
  30.        DEF_LST.INFO, lots of others)
  31.  
  32.    2. Run SCSETUP FORCE on all your project directories.
  33.       The FORCE option causes SCSETUP to copy over any existing
  34.       icons with the ones from SC:ICONS.  (This is also a good
  35.       way to change the default icon imagery, btw.)
  36.  
  37. Remember, you can add default icons to SC:ICONS and SCSETUP will
  38. automatically use them.  An icon called DEF_abc.INFO in the SC:ICONS
  39. directory will be used for files with the extension ".abc" or files
  40. called "abc" with no extension.
  41.  
  42. Also remember that you can use SCSETUP to attach icons to files in 
  43. non-project directories by using the NOSTARTER option.  NOSTARTER 
  44. tells SCSETUP not to copy the contents of the SC:STARTER_PROJECT 
  45. directory, but to just add icons for files that it recognizes.
  46.  
  47. Also also remember that you can add files to the SC:STARTER_PROJECT
  48. directory if you like, and SCSETUP will copy them for you.  A good
  49. example is a SCOPTIONS file - the project will be "seeded" with that
  50. SCOPTIONS file.  If you have other utilities you'd like in all your
  51. projects, you can add them as well - or you could delete one of ours,
  52. for example the "Find" utility if you never use it.
  53.  
  54. Enough tips for today...
  55.  
  56. -- 
  57.   *****                    / walker@unx.sas.com
  58.  *|_o_o|\\     Doug Walker<  BIX, Portal: djwalker
  59.  *|. o.| ||                \ CompuServe: 71165,2274
  60.   | o  |//     
  61.   ====== 
  62. Any opinions expressed are mine, not those of SAS Institute, Inc.
  63.